home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 January: Mac OS SDK / Dev.CD Jan 98 SDK1.toast / Development Kits (Disc 1) / Apple Game Sprockets / More Sprocket Examples 1.0 / DroneZone Sources / DZUtils.h < prev   
Encoding:
C/C++ Source or Header  |  1996-06-12  |  328 b   |  21 lines  |  [TEXT/CWIE]

  1. /*
  2.  *    File:        DZUtils.h
  3.  *
  4.  *    Copyright © 1996 Apple Computer, Inc.
  5.  */
  6.  
  7. #ifndef __DZUtils__
  8. #define __DZUtils__
  9.  
  10. #include <QD3D.h>
  11.  
  12. Boolean CheckVersionNumber(
  13.     const NumVersion*        inVersion,
  14.     UInt8                    inMajor,
  15.     UInt8                    inMinor,
  16.     UInt8                    inBug);
  17.  
  18. TQ3Object Get3DMFResource(
  19.     short                inResourceID);
  20.  
  21. #endif /* __DZUtils__ */